home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / symbdprod.6 < prev    next >
Text File  |  1996-07-16  |  484b  |  24 lines

  1. .TH SYMBDPROD
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SYMBDPROD
  5.  
  6.  
  7.  
  8.  CurveType SYMBDPROD( CurveType Crv1, CurveType Crv2 )
  9.  
  10.  or
  11.  
  12.  SurfaceType SYMBDPROD( SurfaceType Srf1, SurfaceType Srf2 )
  13.  
  14. Computes the symbolic dot (inner) product of the given two curves or surfaces
  15. as a scalar curve or surface.
  16.  
  17. Example:
  18.  
  19.  DiffCrv = symbdiff( Crv1, Crv2 )
  20.  DistSqrCrv = SYMBDPROD( DiffCrv, DiffCrv )
  21.  
  22. Computes a scalar curve that at parameter t is equal to the distance
  23. square between Crv1 at t and Crv2.
  24.